home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume90 / util / bsindex1 / part01 / scripts / filenote.scr < prev    next >
Text File  |  1990-02-02  |  511b  |  24 lines

  1. #
  2. #  This script generates an AmigaDOS batch file to go through all the
  3. #  files on the system and add a filenote to them, giving the following
  4. #  information:
  5. #
  6. #       (Section, Directory)  BBS Filename    Uploader   File description
  7. #
  8.  
  9. Open "filenote.exec"
  10.  
  11. norequest
  12. checkfiles
  13.  
  14. select Online
  15.  
  16. format 'filenote %f "%6{(%s,%r)} %15n %15o %c"'
  17. echo ";"
  18. echo "; Batchfile to add comments to all the BBS files in the system
  19. echo ";"
  20. list
  21. echo ";"
  22. echo 'echo "Total of %n files successfully filenoted"'
  23. echo ";"
  24.